home *** CD-ROM | disk | FTP | other *** search
- gVerticalGapHeight = (gStaticTextHeight / 4);
-
- dialog(name: '$$$/Dialogs/FontInfo', margin_height: 0, margin_width: 0)
- {
- view(align_children: align_left)
- {
- cluster(item_id: 'clus', name: '$$$/Dialogs/FontInfo/ClusterTitle', align_children: align_left, dwidth: gDocPropertiesPanelWidth, dheight: gDocPropertiesPanelHeight)
- {
- view(align_children: align_left, alignment: align_fill)
- {
- hier_list_box(item_id: 'list', alignment: align_fill, height: gDocPropertiesPanelHeight - 4 * gMarginHeight - gStaticTextHeight);
- view(align_children: align_top, alignment: align_fill)
- {
- static_text(item_id: 'plab', alignment: align_fill);
- }
- }
- }
- }
- }
-